home *** CD-ROM | disk | FTP | other *** search
/ The Netherlands - A Compact World / The Netherlands.iso / chapters / 3.dxr / muis_39_kuch 1.ls < prev    next >
Encoding:
Text File  |  2004-06-10  |  144 b   |  14 lines

  1. on mouseUp me
  2.   cursor(-1)
  3.   go("begin")
  4. end
  5.  
  6. on mouseEnter
  7.   cursor(280)
  8.   sound(1).play(member("kuch01"))
  9. end
  10.  
  11. on mouseLeave
  12.   cursor(-1)
  13. end
  14.